message repeater - перевод на русский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

message repeater - перевод на русский

A COMBINED RECEIVER AND TRANSMITTER THAT RETRANSMITS SIGNALS, EXTENDING THEIR RANGE
Heterodyne repeater; Replexer; Amateur Radio Repeater; Kerchunk; SSTV repeater
Найдено результатов: 249
message repeater      
повторитель сообщений (без их преобразования)
message passing         
MECHANISM FOR INTERPROCESS COMMUNICATION
Message passing programming; Message Passing; Message-based protocol; Message-passing; Message-based; Message (object-oriented programming); Asynchronous message passing; Synchronous message passing

общая лексика

передача сообщений, обмен сообщениями

один из двух способов организации взаимодействия между параллельными процессами (другой - shared memory)

repeater         
  • A radio repeater retransmits a radio signal.
  • A radio communications with a Repeater or a Talkaround channel
  • Guarini-Foresio's repeater
RELAY STATION
Digipeater; Radio-to-radio; Active repeater; Telephone repeater; Repeater signal; Repeating station
повторитель - message repeater
private message         
MODE OF ELECTRONIC COMMUNICATION
Private messaging; Message (direct); Private Message; Private Messaging; YGPM; Direct message; Personal message
1) частное сообщение 2) конфиденциальное сообщение 1) частное сообщение 2) конфиденциальное сообщение
telephone repeater         
  • A radio repeater retransmits a radio signal.
  • A radio communications with a Repeater or a Talkaround channel
  • Guarini-Foresio's repeater
RELAY STATION
Digipeater; Radio-to-radio; Active repeater; Telephone repeater; Repeater signal; Repeating station

общая лексика

телефонный усилитель

repeater         
  • A radio repeater retransmits a radio signal.
  • A radio communications with a Repeater or a Talkaround channel
  • Guarini-Foresio's repeater
RELAY STATION
Digipeater; Radio-to-radio; Active repeater; Telephone repeater; Repeater signal; Repeating station
repeater noun 1) тот, кто или то, что повторяет 2) amer.; coll. студент-второгодник 3) рецидивист 4) репетир, часы с репетиром 5) amer.; sl. незаконно голосующий несколько раз на выборах 6) math. периодическая дробь 7) магазинная винтовка 8) radio трансляционный усилитель
repeater         
  • A radio repeater retransmits a radio signal.
  • A radio communications with a Repeater or a Talkaround channel
  • Guarini-Foresio's repeater
RELAY STATION
Digipeater; Radio-to-radio; Active repeater; Telephone repeater; Repeater signal; Repeating station

[ri'pi:tə]

общая лексика

повторитель

простое устройство для соединения двух сегментов или кабелей ЛВС (наращивания сети). Отличается от коннектора тем, что, уменьшая помехи (line noise) и регенерируя (усиливая мощность) сигналы перед их передачей в следующий сегмент, оно увеличивает расстояние, на которое можно разнести сетевые станции, т.е. повторитель работает на физическом уровне эталонной модели OSI

выносной

обводной аппарат

переприемный

пункт усилительный необслуживаемый

ретранслятор

трансляционный

профессионализм

репитер

машиностроение

вынесенный

существительное

общая лексика

спортсмен

повторивший показанное ранее достижение

часы с репетиром

тот, кто или то, что повторяет

репетир, часы с репетиром

разговорное выражение

рецидивист

студент-второгодник

американизм

незаконно голосующий несколько раз на выборах

математика

периодическая дробь

электроника

повторитель (сигналов, импульсов)

ретранслятор

военное дело

магазинное оружие

магазинная винтовка

морской термин

репетичный корабль

радиотехника

трансляционный усилитель

active repeater         
  • A radio repeater retransmits a radio signal.
  • A radio communications with a Repeater or a Talkaround channel
  • Guarini-Foresio's repeater
RELAY STATION
Digipeater; Radio-to-radio; Active repeater; Telephone repeater; Repeater signal; Repeating station
[радио] активный ретранслятор
repeater         
  • A radio repeater retransmits a radio signal.
  • A radio communications with a Repeater or a Talkaround channel
  • Guarini-Foresio's repeater
RELAY STATION
Digipeater; Radio-to-radio; Active repeater; Telephone repeater; Repeater signal; Repeating station
1) репитер
2) передатчик
3) ламповое реле (рад.)
4) заменяющий флаг
variable message sign         
  • Prague Ringway]], Czech Republic; made by Značky Praha s.r.o.
  • vane]] variable speed-limit sign
  • Montgomery Township, Pennsylvania]] listing travel times to upcoming junctions
  • Europe's largest Dynamic Route Guidance System [[Nuremberg]], Germany
  • LED]] sign over Illinois State Route 390/Elgin-O'Hare Tollway in Roselle, Illinois showing remaining travel times
ELECTRONIC TRAFFIC SIGN WITH CHANGEABLE MESSAGES
Changeable message sign; Variable Message Sign; Changeable Message Sign; Variable message signs; Dynamic message sign; Electronic message sign; Variable message sign; Variable-message signs; Changeable-message sign; Matrix signal; Matrix sign; Electronic-message sign; Dynamic-message sign

строительное дело

дорожный знак со сменной информацией

Определение

message passing
One of the two techniques for communicating between parallel processes (the other being shared memory). A common use of message passing is for communication in a parallel computer. A process running on one processor may send a message to a process running on the same processor or another. The actual transmission of the message is usually handled by the run-time support of the language in which the processes are written, or by the operating system. Message passing scales better than shared memory, which is generally used in computers with relatively few processors. This is because the total communications bandwidth usually increases with the number of processors. A message passing system provides primitives for sending and receiving messages. These primitives may by either synchronous or asynchronous or both. A synchronous send will not complete (will not allow the sender to proceed) until the receiving process has received the message. This allows the sender to know whether the message was received successfully or not (like when you speak to someone on the telephone). An asynchronous send simply queues the message for transmission without waiting for it to be received (like posting a letter). A synchronous receive primitive will wait until there is a message to read whereas an asynchronous receive will return immediately, either with a message or to say that no message has arrived. Messages may be sent to a named process or to a named mailbox which may be readable by one or many processes. Transmission involves determining the location of the recipient and then choosing a route to reach that location. The message may be transmitted in one go or may be split into packets which are transmitted independently (e.g. using wormhole routing) and reassembled at the receiver. The message passing system must ensure that sufficient memory is available to buffer the message at its destination and at intermediate nodes. Messages may be typed or untyped at the programming language level. They may have a priority, allowing the receiver to read the highest priority messages first. Some message passing computers are the {MIT J-Machine (http://ai.mit.edu/projects/cva/cva_j_machine.html)}, the {Illinois Concert Project (http://www-csag.cs.uiuc.edu/projects/concert.html)} and transputer-based systems. Object-oriented programming uses message passing between objects as a metaphor for procedure call. (1994-11-11)

Википедия

Amateur radio repeater

An amateur radio repeater is an electronic device that receives a weak or low-level amateur radio signal and retransmits it at a higher level or higher power, so that the signal can cover longer distances without degradation. Many repeaters are located on hilltops or on tall buildings as the higher location increases their coverage area, sometimes referred to as the radio horizon, or "footprint". Amateur radio repeaters are similar in concept to those used by public safety entities (police, fire department, etc.), businesses, government, military, and more. Amateur radio repeaters may even use commercially packaged repeater systems that have been adjusted to operate within amateur radio frequency bands, but more often amateur repeaters are assembled from receivers, transmitters, controllers, power supplies, antennas, and other components, from various sources.

Как переводится message repeater на Русский язык